body, html, div, img, p, a, li, ul, h2, h3, h1, h4, iframe, video,form,input {
  padding: 0;
  margin: 0;
}

li, ul {
  list-style: none;
}
body,html{
  width: 100%;
}

.w100 {
  width: 100%;
}

.rel {
  position: relative;
}
.box-center {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.slh1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -moz-box;
  -moz-line-clamp: 1;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 1;
  overflow: hidden;
}
.slh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -moz-box;
  -moz-line-clamp: 2;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  overflow: hidden;
}
.slh3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -moz-box !important;
  -moz-line-clamp: 3;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp:3;
  overflow: hidden;
}

.slh5 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -moz-box !important;
  -moz-line-clamp: 5;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp:5;
  overflow: hidden;
}
.main {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.header-bg{
  width: 100%;
  padding: 140px 0 86px 0;
  background-image: url('../images/header-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bg img{
  width: 686px;
  height: auto;
  display: block;
  margin:  0 auto;
}
.header-menu{
  width: 100%;
  height: 57px;
  background-color: #0064c8;
  position: relative;
}
.header-menu::after{
  content: '';
  width: 1233px;
  height: 72px;
  background-image: url('../images/menu-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.rel-menu{
  position: relative;
  z-index: 101;
}
.menu-ul{
  width: 100%;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0;
}
.menu-item{
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 72px;
  margin: 0 32px;
  display: inline-block;
}
.menu-item a{
  color: #ffffff!important;
}
.com{
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: -11px;
  padding-top: 34px;
}
.box1 {
  width: 100%;
  min-height: 560px;
  overflow: hidden;
}
.box2{width: 100%;overflow: hidden;padding-bottom: 74px;}
.box1-lf,.box2-lf{
  width: 670px;
  float: left;
  box-sizing: border-box;
}
.box1-rt,.box2-rt{
  width: 433px;
  float: right;
}
.title{
  width: 100%;
  position: relative;
}
.title img{
width: 100%;
height: auto;
display: block;
}
.title a{
  width: 70px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bg{
  background-image: url('../images/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box1-c1{
  width: 100%;
  margin-top: 15px;
  padding-left: 24px;
  box-sizing: border-box;
}
.box5-c1{
width: 100%;
margin-top: 15px;
/* padding-left: 24px; */
box-sizing: border-box;
}
.box5-c1 a{
width: 100%;
display: block;
}
.box5-c1 h3{
font-size: 20px;
line-height: 25px;
color: #326ddf;
font-weight: 400;
text-align: justify;
}
.box5-c1 p{
color: #828282;
font-size: 18px;
line-height: 30px;
font-weight: 400;
text-align: justify;
margin-top: 5px;
}
.box1-c1 a{
  width: 100%;
  display: block;
}
.box1-c1 h3{
  font-size: 26px;
  line-height: 36px;
  color: #326ddf;
  font-weight: 400;
  text-align: justify;
}
.box1-c1 p{
  color: #828282;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  margin-top: 5px;
}

.gui-txtlist {
  width: 100%;
  padding-left: 28px;
  box-sizing: border-box;
}
.gui-txtlist li {
  background: none;
  position: relative;
  padding-left: 28px;
  margin: 25px 0;
}
 .gui-txtlist li a{
  display: block;
  color: #000000!important;
  overflow: hidden;
}

.gui-txtlist li::before{
  width: 7px;
  height: 7px;
  background-color: #ff5658;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border-radius: 100%;
}
.gui-txtlist li a p{
  width: 100%;
}

.search-box{
  width: 100%;
  height: 58px;
  text-align: right;
}
.search-bg{
  width: 399px;
 
  display: inline-block;
  background-image: url('../images/search-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}
.form-search{
  width: 100%;
  height: 58px;
  padding: 6px 0 6px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.search-input{
  width: 340px;
  height: 100%;
  float: left;
  border: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  padding: 0 10px;
  color: #000000;
  line-height: 58px;
}
.search-btn{
  width: 49px;
  height: 100%;
  opacity: 0;
  border: 0;
  outline: none;
  cursor: pointer;
}
.gssp{
  width: 100%;
  margin-top: 55px;
}
.padlf29{
  padding-left:33px;
  box-sizing: border-box;
}
.padlf33{
  padding-left:33px;
  box-sizing: border-box;
}
.gssp-con{
  width: 100%;
  height: 308px;
  background-image: url('../images/bg1.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 281px;
  margin-top: 35px;
  padding: 0 12px 18px 33px;
  box-sizing: border-box;
}
.gssp-list{
  width:392px;
  height: 289px;
}
.box-img{
  width:392px;
  height: 252px;
}
.gssp-list .gui-flexslider{
  width: 100%;
  height: 100%;
}
.gssp-list .gui-flexslider li span{
  
  background-image: linear-gradient(to right, #0575e7, #3bbeef);
}
.gssp-list .gui-flexslider .gui-flex-viewport li{
  padding-bottom: 36px;
  box-sizing: border-box;
}
.gssp-list .gui-flexslider li p{
  width: 298px;
  height: 36px;
  padding-left: 10px;
  box-sizing: border-box;
}
.gssp-list .gui-flex-control-paging li a.gui-flex-active{
     background-color: #fedbae;
}
.gssp-list .gui-flex-control-nav li a{
    width: 8px;
    height: 8px;
    background-color: inherit;
    border: 1px solid #fedbae;
    box-sizing: border-box;
}
.more-text{
  color: #e83139;
}
.mardown38{
  margin-bottom: 38px;
}
.dpx{
  width: 100%;
}
.dpx-con1{
  width: 100%;
  margin-top: 25px;
}
.martop25{
  margin-top: 25px;
}
.dpx-con1 h3{
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-align: justify;
}
.dpx-con1 h3 a{
  color: #000000!important;
}
.dpx-con1 p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  color: #828282;
  margin-top: 8px;
}
.dpx-con1 p a{
  color: #828282!important;
}
.abs1{
  width: 100%;
  margin-top: 30px;
}
.abs1 img{
  width: 100%;
  height: auto;
  display: block;
}
.box3{
  width: 100%;
  position: relative;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.gszt-title{
   position: absolute;
   top: -43px;
   left: -1px;
   width: 253px;
   height: 58px;
}
.gszt-ul{
  width: 100%;
  overflow: hidden;
  padding: 30px 5px 18px 5px ;
  box-sizing: border-box;
}
.gszt-li{
   width:278px;
   height: 108px;
   margin: 0 5px;
   float: left;
}
.gszt-li img{
  width:278px;
  height: 108px;
  display: block;
}
.box4{
  width: 100%;
  margin-top: 64px;
  overflow: hidden;
}
.box4-lf{
  width: 383px;
  float: left;
  padding-top: 25px;
}
.box4-rt{
  width: 700px;
  float: left;
  margin-left: 77px;
}
.autor-list{
  width: 100%;
}
.autor-li{
  width: 100%;
  height: 110px;
  position: relative;
  margin-top: 36px;
}
.box-autor-img{
  width: 110px;
  height: 110px;
  border: 1px dashed #00a0e9;
  box-sizing: border-box;
  position: relative;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top:0;
}
.box-autor-img img{
   width: 110px;
   height: 110px;
   border-radius: 100px;
   margin-left: 6px;
}
.autor-info{
  width: 317px;
  height: 100%;
  float: right;
  background-color: #e1f5ff;
  box-sizing: border-box;
  padding: 12px 30px 12px 72px;
  border-radius:15px;
}
.autor-name{
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #1d2123;
  text-align: justify;
}
.autor-p1{
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  line-height: 14px;
  width: 100%;
  margin-top: 8px;
  text-align: justify;
}
.autor-p2{
  font-size: 16px;
  font-weight: 400;
  color: #0a67c2;
  line-height: 20px;
  width: 100%;
  margin-top: 7px;
  text-align: justify;
}
.autor-li:nth-child(even) .autor-info{
  float: left;
}
.autor-li:nth-child(even) .box-autor-img{
  left: 269px;
}
.autor-li:nth-child(even)   .autor-info{
  padding: 15px 62px 15px 20px;
  border-radius:15px;
}
.autor-li:nth-child(even) .box-autor-img img{
  margin-left: -6px;
}
.gdzf-bg{
  width: 100%;
  height: 67px;
  line-height: 67px;
  background-image: url('../images/bg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color: #dc1414;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.gdzf-p{
  margin-top: 20px;
  font-size: 18px;
  color: #646464;
  line-height: 30px;
  font-weight:400;
  text-align: justify;
  text-indent: 36px;
}
.gdzf-p a{
  color: #646464!important;
}
.gdzf-box{
width: 100%;
height: 339px;
position: relative;
margin-top: 16px;
}
.gdzf-vs1{
 width: 357px;
 height: 269px;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 100;
}
.vs{
width: 48px;
height: 32px;
position: absolute;
left:315px;
top: 140px;
z-index: 101;
}
.icon-vs1{
width: 100%;
font-size: 0;
text-align: left;
}
.icon-vs1 img{
width: 56px;
height: auto;
margin-left: 46px;
}
.gdzf-con-vs1{
width: 100%;
height:235px;
background-image: url('../images/bg3.png');
background-position: center center;
background-repeat: no-repeat;
background-size:cover;
margin-top: -2px;
padding: 17px 45px 30px 20px;
box-sizing: border-box;
}

.gdzf-vs2{
width: 365px;
height: 269px;
position: absolute;
left: 317px;
bottom: 34px;
z-index: 100;
}
.icon-vs2{
width: 100%;
font-size: 0;
text-align: right;
}
.gdzf-con-vs2{
width: 100%;
height:235px;
background-image: url('../images/bg4.png');
background-position: center center;
background-repeat: no-repeat;
background-size:cover;
margin-bottom: -2px;
padding: 17px 20px 30px 45px;
box-sizing: border-box;
}
.icon-vs2 img{
width: 56px;
height: auto;
margin-right: 46px;
}
.vs-title{
font-weight: 400;
font-size: 20px;
color: #0a71dd;
line-height: 30px;
}
.vs-title a{
  color: #0a71dd!important;
}
.vs-con{
font-weight: 400;
font-size: 14px;
color: #646464;
line-height: 28px;
text-indent: 28px;
margin-top: 10px;
padding-right: 25px;
box-sizing: border-box;
}
.vs-title .vs-con{
  color: #646464!important;
}
.more-text2{
color: #0a71dd;
}
.gdzf-vs2 .vs-title{
color: #fe3634;
padding-left: 25px;
box-sizing: border-box;
text-indent: 42px;
}
.gdzf-vs2 .vs-con{
padding-left: 25px;
padding-right: 0;
}
.box5{width: 100%;font-size: 0;text-align: center;margin-top: 66px;}
.box5-1{
width: 369px;
display: inline-block;
vertical-align:top;
}
.box5-2{
width: 351px;
display: inline-block;
vertical-align:top;
margin: 0 33px;
}
.box5-3{
width: 378px;
display: inline-block;
vertical-align:top;
}
.box5-1 .gui-flexslider{
margin-top: 26px;
height: 275px;
}
.box5-1 .gui-flex-viewport .gui-flexslider li{
width:100%;
padding-bottom: 25px;
box-sizing: border-box;
}
.box5-1 .box-img{
width:100% ;
height: 256px;
display: block;
}
.box5-1 .gui-flex-control-nav{
 text-align: center;
 left: 50%;
 transform: translateX(-50%);
 right: inherit;
}
.box5-1 .gui-flex-control-paging li a.gui-flex-active{
background-color:#2b8bd9 ;
}
.box5-1 .gui-flex-control-nav{
padding: 0;
margin: 0;
line-height: 8px;
}
.box5-1 .gui-slides{
 width: 100%;
 height: 100%;
}
.box5-1 .gui-flex-control-nav li a{
width: 6px;
height: 6px;
}
.box5-ul{
width: 100%;
margin-top: 10px;
}
.box5-ul a{
width: 100%;
display: block;
}
.box5-ul .box5-p-item{
width: 100%;
font-weight: 400;
font-size: 18px;
color: #000000;
line-height:40px;
text-align: left;
}
.tszs{
width: 100%;
margin-top: 20px;
}
.tszs a{
width: 100%;
display: block;
}
.tszs img{
width: 100%;
height: auto;
display: block;
}

.box5-c2{
width: 100%;
margin-top: 22px;
/* padding-left: 24px; */
box-sizing: border-box;
}
.box5-c2 a{
width: 100%;
display: block;
}
.box5-c2 h3{
font-size:18px;
line-height: 25px;
color: #17040a;
font-weight: 400;
text-align: justify;
}
.box5-c2 p{
color: #787878;
font-size: 15px;
line-height: 30px;
font-weight: 400;
text-align: justify;
margin-top: 5px;
}
.martop38{
margin-top: 27px;
}

.box5-2 .box5-ul a:first-child p{
color: #1e72df!important;
}

.box5-2 .box5-ul .box5-p-item{
line-height: 50px;
}

.wptx{
width: 100%;
margin-top:42px;
margin-bottom: 54px;
}

.wptx a{
width: 100%;
display: block;
}
.wptx img{
width: 100%;
height: auto;
display: block;
}
.box5-3 .box5-ul{
margin-top: 20px;
}
.box5-3 .box5-ul a:first-child p{
color: #1e72df!important;
}

.box5-3 .box5-ul .box5-p-item{
line-height: 50px;
}
.box5-3 .box5-ul a{
border-bottom: 1px solid #d6d6d6;
}
.box6{
width: 100%;
border: 1px solid #b28850;
border-radius: 15px;
padding: 27px 32px;
box-sizing: border-box;
position: relative;
margin-top: 75px;
}
.box6-title{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -30px;
width: 156px;
height: 60px;
}
.box6-title img{
width: 156px;
height: 60px;
display: block;
}
.p85{
width: 100%;
padding-bottom: 85px;
}
.youqinglj{
width: 100%;
text-align: center;
}
.youqinglj a{
display: inline-block;
font-size: 20px;
color: #828282!important;
font-weight: 400;
line-height: 40px;
margin: 0 14px;
}